object Form5: TForm5 Left = 200 Top = 108 Width = 212 Height = 172 Caption = 'About the Calendar' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 8 Top = 8 Width = 185 Height = 89 TabStop = False Alignment = taCenter BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'PEATTITUDES Calendar' 'Copyright 1997 FreshWater, Inc.' 'Copyright 1997 Little Pizazz, Inc.' 'All rights reserved.' 'PEATTITUDES Copyright 1997 ' 'Creative Excellence, Inc.' 'licensed by Easel Street Studio' '' 'This program is protected by federal ' 'copyright law. ' 'Unauthorized duplication prohibited.') TabOrder = 0 end object Close2: TButton Left = 64 Top = 112 Width = 75 Height = 25 Caption = 'Close' Default = True TabOrder = 1 OnClick = Close2Click end end